-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for clang 7.0.0 #55
base: master
Are you sure you want to change the base?
Conversation
Hi Raunak, Thanks for your contribution. It seems to me that there is no official LLVM-7.0 yet. May I know where is your clang 7.0.0? |
Hi Yulei, |
Hi Raunak, LLVM 7 will be officially released in one-month time. Could you please come back and help us upgrade SVF to LLVM 7 then? |
Hi Yulei,
Apologies for the late reply, ive been caught up in college work :)
Did you port SVF to llvm 7? If not, I could help..
Raunak
… On Aug 10, 2018, at 9:23 PM, Yulei Sui ***@***.***> wrote:
Hi Raunak,
LLVM 7 will be officially released in one-month time.
Could you please come back and help us upgrade SVF to LLVM 7 then?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#55 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFnwiY6ROjvb216yNl-xjoi5GCb-baSFks5uPjIAgaJpZM4UXYwS>.
|
Hi Raunak, Yes, it has been ported to LLVM-7. You may wish to help us with future versions if needed. Thanks, |
Sure, keep me updated!
Im working on Google Chrome, and used your instructions to build it with -flto.
Last when I checked (around June), the Wiki was a little outdated as well. I see its been updated now, but in the future if you need my contribution, do feel free to reach out!
Thanks
Raunak
… On Nov 27, 2018, at 9:33 PM, Yulei Sui ***@***.***> wrote:
Hi Raunak,
Yes, it has been ported to LLVM-7. You may wish to help us with future versions if needed.
Thanks,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#55 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFnwiVl3vMeDTnBGf1TtK3bB8jX2pHxdks5uzfYXgaJpZM4UXYwS>.
|
Changes to SVF source code to support build with clang 7.0.0. Builds target and example analyses given on the setup guide tested with basic programs.